home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / switch.sel < prev    next >
Encoding:
Text File  |  1997-02-17  |  152 b   |  12 lines

  1. close off
  2. gap 4
  3. defenv s ON
  4.  
  5. button exit 'unsetenv s' exit
  6. space
  7. startbox
  8.   text "The switch is:"
  9.   button [s] 'execute switch s ON OFF' update
  10. endbox
  11.  
  12.